home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / zmodhost.zip / ZMODHOST.DOC < prev   
Text File  |  1988-07-14  |  4KB  |  88 lines

  1. ZMODHOST: By Ed Richter, sysop U.S Computer PC Board in Garland,
  2. Texas phone 214-276-9336.
  3.  
  4. This arc file contains the following files:
  5.  
  6. ZMODEM.BAT      Menu system for DSZ from Omen Technology
  7. CHOOSE.COM      Set Errorlevel for branching in zmodem.bat
  8.                 This was written by Joe Campbell and published
  9.                 in MS DOS Power Users Guide Volume I, Second
  10.                 Edition by Jonathan Kamin and published by
  11.                 SYBEX.
  12. CHOOSE.TXT      Debug script file used to create Choose.com
  13. ZMODHOST.DOC    This file.
  14.  
  15.  
  16.     This program requires DSZ.COM from Omen Technology to add
  17. additional external protocol capability to Procomm Plus.    
  18.  
  19.     To create Choose.com from chose.txt use Debug with this
  20. command line:
  21.              DEBUG < CHOOSE.TXT
  22.  
  23.     Install:
  24.              Put the following files on the same directory,
  25.              ZMODEM.BAT, CHOOSE.COM, DSZ.COM. Use the setup
  26.              command in Procomm+ and install ZMODEM in both
  27.              the upload and download directory. You will need
  28.              ANSI.SYS installed in your config.sys file to
  29.              display the graphics characters in the menu. If
  30.              you don't like ansi.sys remove the box around
  31.              the menu.
  32.  
  33.     Operate:
  34.              Select ZMODEM from your up or download menu,
  35.              enter the filename(s) in the Procomm+ window,
  36.              and follow directions on the menu.
  37.  
  38.     The ZMODEM.BAT file included is setup to receive file on
  39.     E:\ so no drive information is entered in the Procomm+
  40.     window. You will need to change all receive options to
  41.     your preferred directory. You may also eliminate the drive
  42.     selection from the command lines in the bat file and enter 
  43.     it in the Procomm+ window.
  44.  
  45.     The drive selection for uploading is done from the Procomm+
  46.     window. If you have a designated directory to upload from
  47.     you can add the drive selection to the command line in the
  48.     bat file.
  49.  
  50.     The DSZ.DOC in the 07/11/88 release states that the "CON"
  51.     parameter must be used to run Procomm+ in Host Mode. This
  52.     program will accommadate that. The default setting is for
  53.     Procomm+ in Terminal mode. This can be changed by selecting
  54.     the "Y(es)" option on the main menu. If you are dialing 
  55.     into Procomm+ Host Mode and wish to use DSZ protocols you
  56.     will need to use this option.
  57.  
  58.     Choose.com will set the errorlevel based on input from the
  59.     keyboard. It assigns errorlevels to each letter on the
  60.     command line. The assignments are from right to left and 
  61.     start with errorlevel = 0.
  62.     The command line   CHOOSE ABCDEFGHIJ will result in the
  63.     key "J" causing an ERRORLEVEL = 0, "I" ERRORLEVEL 1, etc
  64.     "A" ERRORLEVEL 9. It accepts all 26 alpha characters in
  65.     either upper or lower case.
  66.    
  67.     The program uses the SET= command to store the variable HOST
  68.     in your enviroment string. If you receive an "Out of Enviroment
  69.     Space" message you will need to eliminate 3 characters from
  70.     your current enviroment or expand it with the 
  71.     
  72.              SHELL=x:\COMMAND.COM /P /E:xxx
  73.  
  74.     line in your config.sys file where x is the drive\path for
  75.     command.com and xxx is the number of bytes used for the 
  76.     enviroment string. ZMODEM.BAT clears the HOST variable 
  77.     before returning to Procomm+
  78.  
  79.  
  80.     I have tested each of options in Procomm+ mode. I have not
  81.     yet tried Procomm+ Host mode but since it simply requires
  82.     the addition of the CON parameter to the command line there
  83.     should be no problems. If you encounter any please pass the
  84.     fix along so we may all benefit. Enjoy and Thanks
  85.  
  86.  
  87.  
  88.